projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f559d2
)
(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 12 Nov 2006 05:28:37 +0000
(
05:28
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 12 Nov 2006 05:28:37 +0000
(
05:28
+0000)
buffer (it causes spurious error messages).
lisp/emacs-lisp/re-builder.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/re-builder.el
b/lisp/emacs-lisp/re-builder.el
index 5dc67e4ac213255406c9ad4dd83641a90f6d68dd..cae4be8addd80b9488ad309666b5b9085e9c5aeb 100644
(file)
--- a/
lisp/emacs-lisp/re-builder.el
+++ b/
lisp/emacs-lisp/re-builder.el
@@
-253,6
+253,7
@@
Except for Lisp syntax this is the same as `reb-regexp'.")
(kill-all-local-variables)
(setq major-mode 'reb-mode
mode-name "RE Builder")
+ (set (make-local-variable 'blink-matching-paren) nil)
(use-local-map reb-mode-map)
(reb-mode-common)
(run-mode-hooks 'reb-mode-hook))